home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MATH / FSULTRA1.ZIP / ULTRA.H < prev    next >
Text File  |  1992-06-18  |  1KB  |  38 lines

  1. /* 
  2. FSU - ULTRA    The greatest random number generator that ever was
  3.         or ever will be.  Way beyond Super-Duper.
  4.         (Just kidding, but we think its a good one.)
  5.  
  6. Authors:    Arif Zaman (arif@stat.fsu.edu) and
  7.         George Marsaglia (geo@stat.fsu.edu).
  8.  
  9. Date:        27 May 1992
  10.  
  11. Version:    1.05
  12.  
  13. Copyright:    To obtain permission to incorporate this program into
  14.         any commercial product, please contact the authors at
  15.         the e-mail address given above or at
  16.  
  17.         Department of Statistics and
  18.         Supercomputer Computations Research Institute
  19.         Florida State University
  20.         Tallahassee, FL 32306.
  21.  
  22. See Also:    README        for a brief description
  23.         ULTRA.DOC    for a detailed description
  24.  
  25. -----------------------------------------------------------------------
  26. */ 
  27. /*
  28.   File:    ULTRA.H
  29. */
  30.  
  31. extern float    uni(void),    vni(void);
  32. extern double    duni(void),    dvni(void);
  33. extern long    i32bit(void),    i31bit(void);
  34. extern short    i16bit(void),    i15bit(void);
  35. extern char    i8bit(void),    i7bit(void),    i1bit(void);
  36. extern void    rinit(long unsigned congx, long unsigned shrgx);
  37. extern char    swbstate[];
  38. extern int    swbsize;